home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / os2 / srefv112.zip / SENDFILE.CTL < prev    next >
Text File  |  1996-05-03  |  1KB  |  34 lines

  1. ; Support file for the SRE-FILTER HTTP server.5/96
  2. ; This file is used by SENDFILE to keep track of transferred files.
  3. ; SENDFILE will add files to here as they are requested,
  4. ; or augment the count if a file is already here.
  5. ; You can also limit access to specific files by incorporating
  6. ; a user list at the end of an entry.
  7. ;
  8. ; Each entry should have the form: FILE_NAME  CTS   priv_list
  9. ; where the priv_list is optional, and where FILE_NAME can include wildcards.
  10. ;    The FILE_NAME is relative to the data directory
  11. ;    CTS is the "count of hits"
  12. ;    If priv_list is missing, contains a YES or a *, then everyone has
  13. ;         access to this file.
  14. ;      If equal to NO, then only superusers have access to this file
  15. ;      If a priv_list is present, then only users with a privilege
  16. ;        that appears on the list have access.
  17. ;
  18. ;
  19. ; Notes on / and \ :  They are treated the same (all / are converted to \)
  20. ;                       A Leading \ (or /) is stripped.
  21. ;
  22. ; -------------------------------
  23. ;The following examples can be deleted if desired.
  24. ; -------
  25. ; This means NEVER send FILTINST* files
  26. FILTINST* 0 NO
  27. ; Send any file in PUBLIC/ directory (and keep track of as a collective)
  28. PUBLIC\* 0 *
  29. ; Keep track of  requests for INDEX.HTM (no access controls imposed)
  30. INDEX.HTM 0 *
  31. ;This limits access to files in STAFF/ to IN-HOUSE users (and SUPERUSERS)
  32. STAFF\*  0  INHOUSE
  33. ; anything else, an entry will be added below here.
  34.